home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 20 / CU Amiga Magazine's Super CD-ROM 20 (1998)(EMAP Images)(GB)[!][issue 1998-03].iso / CDsupport / Play16 / Play16daemon.readme < prev    next >
Text File  |  1997-07-29  |  1KB  |  41 lines

  1. Short:  UPD replacement with many added features
  2. Type:   util/
  3. Author: midian@azstarnet.com
  4.  
  5. Play16dameon.rexx Version 1.1
  6.   by Charles Patterson
  7. Creates an ARexx port called PLAY and accepts commands, then redirects
  8. them to Play16 for play.
  9.  
  10. I wrote this to replace UPD since UPD, while a great program, did not
  11. support WAV files, AU files, or any other format but 8svx.  Since Play16
  12. plays those formats, I decided to just make use of it.
  13.  
  14. The created PLAY port supports 3 commands:
  15. 1) PLAY FILENAME/A
  16.     This just uses Play16 to play the file given.  Simple
  17. 2) ID  IDNAME/A
  18.     This uses the Play16.ids file for preset IDs, like those used in ARQ
  19.     to decide which sound file to play for then ID given.
  20. 3) EXIT
  21.     Closes the port.
  22.  
  23. Instructions: Put this file in your REXX: assign
  24.               add RUN >NIL: rx Play16daemon to your User-startup
  25.               Change PATH in the script to match Play16 on your system
  26.               Edit play16.ids file to direct the IDs to sounds you want
  27.                 to use then move the file to S:
  28.               Send commands to the PLAY port. :)
  29.  
  30. Future: It does not work with ARQ at this time, and that is why I am trying
  31.         to get working.  If you have any suggestions PLEASE let me know.
  32.  
  33.     If you like/use/hate it, send me a note.
  34.  
  35.     midian@azstarnet.com
  36.  
  37.         Charles Patterson
  38.         4632 South Goldenrod Drive
  39.         Tucson AZ 85730-4102
  40.  
  41.